Qodex.ai
Qodex.ai
Introduction
API Overview
Health
Ping
Management
Get configuration info
Encryption
Get public key
Subscriptions
Create a notification subscriptionList all notification subscriptionsRemove a notification subscription
Stablecoins
List all stablecoins
Accounts API
Wallets
Create a walletList all walletsGet a wallet
Transfers
Create a transferList all transfersGet a transfer
Core Functionality
Balances
List all balances
Payouts
Create a payoutList all payoutsGet a payout
Wires
Create a Wire bank accountList all Wire bank accountsGet a Wire bank accountGet Wire instructions
CBIT
Create a CBIT bank accountList all CBIT bank accountsGet a CBIT bank accountGet CBIT instructions
Transfers
Create a transferList all transfersGet a transfer
Addresses
Create a deposit addressList all deposit addressesCreate a recipient addressList all recipient addresses
Deposits
List all deposits
Payments
Create a mock Wire payment
Crypto Deposits API
Crypto Payment Intents
Create a payment intentList all payment intentsGet a payment intentExpire a payment intentRefund a payment intent
Balances
List all balances
Crypto Payouts API
Payouts
Create a payoutList all payoutsGet a payout
Crypto Address Book
Create a recipientList all recipientsGet a recipientModify a recipientDelete a recipient
Crypto Exchange Rates
Get a exchange rate
Introduction
API Overview
Health
Ping
Management
Get configuration info
Encryption
Get public key
Subscriptions
Create a notification subscriptionList all notification subscriptionsRemove a notification subscription
Stablecoins
List all stablecoins
Accounts API
Wallets
Create a walletList all walletsGet a wallet
Transfers
Create a transferList all transfersGet a transfer
Core Functionality
Balances
List all balances
Payouts
Create a payoutList all payoutsGet a payout
Wires
Create a Wire bank accountList all Wire bank accountsGet a Wire bank accountGet Wire instructions
CBIT
Create a CBIT bank accountList all CBIT bank accountsGet a CBIT bank accountGet CBIT instructions
Transfers
Create a transferList all transfersGet a transfer
Addresses
Create a deposit addressList all deposit addressesCreate a recipient addressList all recipient addresses
Deposits
List all deposits
Payments
Create a mock Wire payment
Crypto Deposits API
Crypto Payment Intents
Create a payment intentList all payment intentsGet a payment intentExpire a payment intentRefund a payment intent
Balances
List all balances
Crypto Payouts API
Payouts
Create a payoutList all payoutsGet a payout
Crypto Address Book
Create a recipientList all recipientsGet a recipientModify a recipientDelete a recipient
Crypto Exchange Rates
Get a exchange rate
HomeCrypto Payouts APICrypto Address Book

Crypto Address Book

Number of APIs: 5

  1. Create a recipient POST {{baseUrl}}/v1/addressBook/recipients

  2. List all recipients GET {{baseUrl}}/v1/addressBook/recipients

  3. Get a recipient GET {{baseUrl}}/v1/addressBook/recipients/:id

  4. Modify a recipient PATCH {{baseUrl}}/v1/addressBook/recipients/:id

  5. Delete a recipient DELETE {{baseUrl}}/v1/addressBook/recipients/:id

Previous
Get a payout
Next
Create a recipient