Skip to main content
POST
/
api
/
v0
/
offramp
/
address
Get deposit address
curl --request POST \
  --url https://dev.bringin.xyz/api/v0/offramp/address \
  --header 'Content-Type: application/json' \
  --header 'api-key: <api-key>' \
  --data '
{
  "sourceCurrency": "<string>",
  "sourceBlockchain": "<string>",
  "ipAddress": "<string>"
}
'
{
  "maximumDepositAmount": "1666667",
  "minimumDepositAmount": "15",
  "address": "0x7D162a2B5e88277F8b51D8548B2BC1a2E89558E7"
}
Creates an offramp order and returns a crypto deposit address. Once the user sends crypto to this address, it’s converted to EUR and loaded onto their Bringin debit card. Requires a per-user api-key.
sourceCurrency
string
required
USDC, BTC, ETH, or USDT
sourceBlockchain
string
required
POLYGON, BITCOIN, or ETHEREUM
ipAddress
string
User’s IP address. Auto-extracted from headers for non-web apps.
{
  "maximumDepositAmount": "1666667",
  "minimumDepositAmount": "15",
  "address": "0x7D162a2B5e88277F8b51D8548B2BC1a2E89558E7"
}
Supported combinations:
CurrencyBlockchains
USDCPOLYGON, ETHEREUM
BTCBITCOIN
ETHETHEREUM
USDTPOLYGON, ETHEREUM