/
/yellow-cards-payment-api
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1mo ago · Updated 1mo ago
Transactions4
Vaults5
  • getGet Vaults
  • postCreate Vault
  • getGet Vault by ID
  • getGet Asset Config
  • postGenerate Address
  • getGet Channels
  • getGet Networks
  • getGet Rates
  • postResolve Bank Account
  • postWidget Quote
  • getGet Crypto Channels
  • postSubmit Send Request
  • getLookup Payment
  • getLookup Payment by sequenceId
  • postSubmit Receive Request
  • postAccept Collection Request
  • getLookup Collection
  • getLookup Collection by sequenceId
  • postGet Fee Config
  • getLookup Crypto Send by sequenceId
  • get/send/crypto
  • postSubmit Settlement Request
  • getGet travel rule config
  • getList Sub Wallets
  • postCreate Sub Wallet
  • getGet Sub Wallet by ID
  • patchUpdate Sub Wallet
  • postCheck Eligibility
  • postExecute Auto Convert
  • getList RFQs
  • postCreate RFQ
  • postAccept RFQ
  • postReject RFQ
  • getGet RFQ by ID
  • getGet Conversion By ID
  • getList Conversions
  • getGet Onboarding Status
  • getList Virtual Accounts
  • getGet Virtual Account by ID
  • postSimulate Deposit (Sandbox only)
  • post/receive-accounts
  • get/receive-accounts/{alias}
Vaults

Generate Address

post/addresses

Request body

tokenstring required

A combination of crypto currency network pair for asset. e,g, USDC_SOL

vaultIdstring required

Response

OK

addressstring
tokenstring
vaultIdstring

Example response

{
  "address": "0xbebfA3cE1BA1d9385e9D53A1B1d71ECeB80245E4",
  "token": "USDT_POLYGON",
  "vaultId": "vault_internal_uuid"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.