curl --request GET \
--url https://mainnet.anyspend.com/onramp/coinbase/options{
"success": true,
"message": "Get Coinbase onramp options successfully",
"data": {
"paymentCurrencies": [
{
"id": "USD",
"limits": [
{
"id": "CARD",
"min": "2",
"max": "7500"
},
{
"id": "FIAT_WALLET",
"min": "2",
"max": "1000000"
},
{
"id": "ACH_BANK_ACCOUNT",
"min": "2",
"max": "25000"
},
{
"id": "APPLE_PAY",
"min": "2",
"max": "7500"
}
]
}
],
"purchaseCurrencies": [
{
"id": "2b92315d-eab7-5bef-84fa-089a131333f5",
"name": "USDC",
"symbol": "USDC",
"iconUrl": "https://dynamic-assets.coinbase.com/3c15df5e2ac7d4abbe9499ed9335041f00c620f28e8de2f93474a9f432058742cdf4674bd43f309e69778a26969372310135be97eb183d91c492154176d455b8/asset_icons/9d67b728b6c8f457717154b3a35f9ddc702eae7e76c4684ee39302c4d7fd0bb8.png",
"networks": [
{
"name": "ethereum",
"displayName": "Ethereum",
"contractAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"chainId": "1",
"display_name": "Ethereum",
"contract_address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"chain_id": "1"
},
{
"name": "base",
"displayName": "Base",
"contractAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"chainId": "8453",
"display_name": "Base",
"contract_address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"chain_id": "8453"
}
]
}
]
},
"statusCode": 200
}Retrieves available Coinbase onramp configuration options.
curl --request GET \
--url https://mainnet.anyspend.com/onramp/coinbase/options{
"success": true,
"message": "Get Coinbase onramp options successfully",
"data": {
"paymentCurrencies": [
{
"id": "USD",
"limits": [
{
"id": "CARD",
"min": "2",
"max": "7500"
},
{
"id": "FIAT_WALLET",
"min": "2",
"max": "1000000"
},
{
"id": "ACH_BANK_ACCOUNT",
"min": "2",
"max": "25000"
},
{
"id": "APPLE_PAY",
"min": "2",
"max": "7500"
}
]
}
],
"purchaseCurrencies": [
{
"id": "2b92315d-eab7-5bef-84fa-089a131333f5",
"name": "USDC",
"symbol": "USDC",
"iconUrl": "https://dynamic-assets.coinbase.com/3c15df5e2ac7d4abbe9499ed9335041f00c620f28e8de2f93474a9f432058742cdf4674bd43f309e69778a26969372310135be97eb183d91c492154176d455b8/asset_icons/9d67b728b6c8f457717154b3a35f9ddc702eae7e76c4684ee39302c4d7fd0bb8.png",
"networks": [
{
"name": "ethereum",
"displayName": "Ethereum",
"contractAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"chainId": "1",
"display_name": "Ethereum",
"contract_address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"chain_id": "1"
},
{
"name": "base",
"displayName": "Base",
"contractAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"chainId": "8453",
"display_name": "Base",
"contract_address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"chain_id": "8453"
}
]
}
]
},
"statusCode": 200
}Country code for onramp options
Optional subdivision (state/province) code
Optional payment method filter
Optional purchase method filter
Optional array of chain IDs to filter by
Coinbase options retrieved successfully
true
"Coinbase options retrieved successfully"
Show child attributes
Available payment currencies
Show child attributes
Payment currency identifier
"USD"
Available purchase currencies
Show child attributes
Currency identifier (UUID)
"2b92315d-eab7-5bef-84fa-089a131333f5"
Currency full name
"USD Coin"
Currency symbol
"USDC"
Currency icon URL
"https://dynamic-assets.coinbase.com/3c15df5e2ac7d4abbe9499ed9335041f00c620f28e8de2f93474a9f432058742cdf4674bd43f309e69778a26969dbc009429d4bd59cc5b85b2c6c8a6dc0b57f1/asset_icons/80422be4be5aa1bb4deb72d9f0e9d0f33e05ce6b8fb7c24bb9e14e4adacdf20c.png"
Available networks for this currency
Show child attributes
Network name
"ethereum"
Network display name
"Ethereum"
Token contract address on this network
"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"
Chain ID for this network
"1"
Network display name (snake_case version)
"Ethereum"
Token contract address (snake_case version)
"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"
Chain ID (snake_case version)
"1"
200