RESTful APIWebsocketsFIX ProtocolResources

More Endpoints

  • GET /api/investors
  • GET /api/asset-classes

SEC

  • GET /sec/filings
  • GET /api/sec-forms-index
  • GET /api/cik

Compliance

  • GET /api/standards
  • GET /api/compliance
  • GET /api/regulation
  • GET /api/geoledgers

Financial Market Infrastructure

  • GET /api/geoledgers
  • GET /api/depositories
  • GET /api/correspondents
  • GET /api/fed/counterparties

Addresses

  • POST /v1/businessAccount/wallets/addresses/deposit Create a deposit address
  • GET /v1/businessAccount/wallets/addresses/deposit List all deposit addresses
  • POST /v1/businessAccount/wallets/addresses/recipient Create a recipient address
  • GET /v1/businessAccount/wallets/addresses/recipient List all recipient addresses
  • DELETE /v1/businessAccount/wallets/addresses/recipient/{id} Delete a recipient address

Crypto Address Book

  • POST /v1/addressBook/recipients Create a recipient
  • GET /v1/addressBook/recipients List all recipients
  • GET /v1/addressBook/recipients/{id} Get a recipient
  • PATCH /v1/addressBook/recipients/{id} Modify a recipient
  • DELETE /v1/addressBook/recipients/{id} Delete a recipient

Balances

  • GET /v1/businessAccount/balances List all balances
  • GET /v1/balances List all balances

Cards

  • POST /v1/cards Create a card
  • GET /v1/cards List all cards
  • GET /v1/cards/{id} Get a card
  • PUT /v1/cards/{id} Update a card

Payment Tokens

  • POST /v1/paymentTokens Create a payment token

Channels

  • GET /v1/channels List all channels

Chargebacks

  • GET /v1/chargebacks List all chargebacks
  • GET /v1/chargebacks/{id} Get a chargeback
  • POST /v1/mocks/cards/chargebacks Create a mock chargeback

Crypto Payment Intents

  • POST /v1/paymentIntents Create a payment intent
  • GET /v1/paymentIntents List all payment intents
  • GET /v1/paymentIntents/{id} Get a payment intent
  • POST /v1/paymentIntents/{id}/expire Expire a payment intent
  • POST /v1/paymentIntents/{id}/refund Refund a payment intent

Deposits

  • GET /v1/businessAccount/deposits List all deposits

Encryption

  • GET /v1/encryption/public Get public key

Crypto Exchange Rates

  • GET /v1/exchange/rates/{trading-pair} Get an exchange rate
  • POST /v1/exchange/quotes Fetch exchange rate

Health

  • GET /ping Ping

Management

  • GET /v1/configuration Get configuration info

Payments

  • POST /v1/payments Create a payment
  • GET /v1/payments List all payments
  • GET /v1/payments/{id} Get a payment
  • POST /v1/payments/{id}/capture Capture a payment (BETA)
  • POST /v1/payments/{id}/cancel Cancel a payment
  • POST /v1/payments/{id}/refund Refund a payment
  • POST /v1/payments/crypto Create a crypto payment
  • GET /v1/payments/presign Get a typed message for signing

Pull Crypto Payments

  • POST /v1/mocks/payments/wire Create a mock Wire payment

Payouts

  • POST /v1/businessAccount/payouts Create a payout
  • GET /v1/businessAccount/payouts List all payouts
  • GET /v1/businessAccount/payouts/{id} Get a payout
  • POST /v1/payouts Create a payout
  • GET /v1/payouts List all payouts
  • GET /v1/payouts/{id} Get a payout
  • GET /v1/fees/redemption/net/dailyReports List all NET burn daily fee calculations

Settlements

  • GET /v1/settlements List all settlements
  • GET /v1/settlements/{id} Get a settlement

CBIT

  • POST /v1/businessAccount/banks/cbit Create a CBIT bank account
  • GET /v1/businessAccount/banks/cbit List all CBIT bank accounts
  • GET /v1/businessAccount/banks/cbit/{id} Get a CBIT bank account
  • GET /v1/businessAccount/banks/cbit/{id}/instructions Get CBIT instructions

CUBIX

  • POST /v1/businessAccount/banks/cubix Create a CUBIX bank account
  • GET /v1/businessAccount/banks/cubix List all CUBIX bank accounts
  • GET /v1/businessAccount/banks/cubix/{id} Get a CUBIX bank account
  • GET /v1/businessAccount/banks/cubix/{id}/instructions Get CUBIX instructions

PIX

  • POST /v1/businessAccount/banks/pix Create a PIX bank account
  • GET /v1/businessAccount/banks/pix List all PIX bank accounts
  • GET /v1/businessAccount/banks/pix/{id} Get a PIX bank account
  • GET /v1/businessAccount/banks/pix/{id}/instructions Get PIX instructions

Stablecoins

  • GET /v1/stablecoins List all stablecoins

Subscriptions

  • POST /v1/notifications/subscriptions Create a notification subscription
  • GET /v1/notifications/subscriptions List all notification subscriptions
  • DELETE /v1/notifications/subscriptions/{id} Remove a notification subscription

Transfers

  • POST /v1/businessAccount/transfers Create a transfer
  • GET /v1/businessAccount/transfers List all transfers
  • GET /v1/businessAccount/transfers/{id} Get a transfer
  • POST /v1/transfers Create a transfer
  • GET /v1/transfers List all transfers
  • GET /v1/transfers/{id} Get a transfer

Wallets

  • POST /v1/wallets Create a wallet
  • GET /v1/wallets List all wallets
  • GET /v1/wallets/{walletId} Get a wallet
  • POST /v1/wallets/{walletId}/addresses Create a blockchain address
  • GET /v1/wallets/{walletId}/addresses List all addresses

Wires

  • POST /v1/businessAccount/banks/wires Create a Wire bank account
  • GET /v1/businessAccount/banks/wires List all Wire bank accounts
  • GET /v1/businessAccount/banks/wires/{id} Get a Wire bank account
  • GET /v1/businessAccount/banks/wires/{id}/instructions Get Wire instructions

Checkout Sessions

  • POST /v1/checkoutSessions Create a checkout session
  • GET /v1/checkoutSessions List all checkout sessions
  • GET /v1/checkoutSessions/{id} Get a checkout session
  • POST /v1/checkoutSessions/{id}/extend Extend a checkout session
  • GET /api/rates