Skip to content

Instantly share code, notes, and snippets.

@evanVtatum
Created September 2, 2021 10:17
Show Gist options
  • Save evanVtatum/30f4c3706d69a2047c83e96913df4a06 to your computer and use it in GitHub Desktop.
Save evanVtatum/30f4c3706d69a2047c83e96913df4a06 to your computer and use it in GitHub Desktop.
Create virtual account
curl --request POST \
--url https://api-eu1.tatum.io/v3/ledger/account \
--header 'content-type: application/json' \
--header 'x-api-key: REPLACE_KEY_VALUE' \
--data '{"currency":"BTC","xpub":"xpub6EsCk1uU6cJzqvP9CdsTiJwT2rF748YkPnhv5Qo8q44DG7nn2vbyt48YRsNSUYS44jFCW9gwvD9kLQu9AuqXpTpM1c5hgg9PsuBLdeNncid","customer":{"accountingCurrency":"USD","customerCountry":"US","externalId":"123654","providerCountry":"US"},"compliant":false,"accountCode":"AC_1011_B","accountingCurrency":"USD","accountNumber":"123456"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment