Created
September 2, 2021 10:17
-
-
Save evanVtatum/30f4c3706d69a2047c83e96913df4a06 to your computer and use it in GitHub Desktop.
Create virtual account
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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