Retrieve Onramp Transaction Limits
GET / v1 / crypto / onramp_transaction_limits
Retrieves the remaining onramp limit for a crypto customer.
Parameters
- customer _ ip _ address string The IP address of the customer requesting transaction limits. We support IPv4 and IPv6 addresses.
- destination _ network enum The destination blockchain network to use for limit calculations. Possible enum values
avalancheAvalanche network.baseBase network.bitcoinBitcoin network.celoCelo network.ethereumEthereum network.optimismOptimism network.polygonPolygon network.solanaSolana network.stellarStellar network.suiSui network. Show 2 more - destination _ tag string The destination tag for the wallet address, if applicable for the network.
- wallet _ address string The wallet address to use for destination-specific limit calculations.
Returns
Returns an OnrampTransactionLimits object
cURL
Response
{ "object": "crypto.onramp_transaction_limits", "crypto_customer_id": "crc_1NamBL2eZvKYlo2CP38sZVEW", "livemode": true, "limits": { "usd.fiat": { "card": [ { "limit": 3000, "settlement_speed": "instant" } ], "us_bank_account": [ { "limit": 5000, "settlement_speed": "standard" }, { "limit": 1000, "settlement_speed": "instant" } ] } }}
