🪙Get Blockchain Currencies
In this section, you’ll learn how to fetch all available blockchain deposit options for a specific payment using its reference_id.
curl --location '${BASE_URL}/api/v1/blockchain-currency/reference/{reference_id}' \
--data ''[
{
"id": 7,
"blockchainCode": "BASE",
"network": "Base",
"currencyCode": "USDC",
"currency": "USDC",
"customerAddress": "",
"tokenAddress": "0x036cbd53842c5426634e7929541ec2318f3dcf7e",
"standard": "ERC20",
"walletPrecision": 6,
"family": "ETH_Family",
"recommended": false,
"mostUsed": false,
"blockchainID": 4,
"currencyID": 2
},
...
]