Crypto Funding

Number of APIs: 8

  1. Retrieve Crypto Funding Transfers GET {{baseUrl}}/v1/accounts/:account_id/wallets/transfers

  2. Request a New Withdrawal POST {{baseUrl}}/v1/accounts/:account_id/wallets/transfers

  3. Retrieve a Crypto Funding Transfer GET {{baseUrl}}/v1/accounts/:account_id/wallets/transfers/:transfer_id

  4. Delete a whitelisted address DELETE {{baseUrl}}/v1/accounts/:account_id/wallets/whitelists/:whitelisted_address_id

  5. Returns the estimated gas fee for a proposed transaction. GET {{baseUrl}}/v1/wallets/fees/estimate

  6. Retrieve Crypto Funding Wallets GET {{baseUrl}}/v1/accounts/:account_id/wallets

  7. Request a new whitelisted address POST {{baseUrl}}/v1/accounts/:account_id/wallets/whitelists

  8. An array of whitelisted addresses GET {{baseUrl}}/v1/accounts/:account_id/wallets/whitelists