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 GET \ | |
| --url 'https://api-eu1.tatum.io/v3/flow/wallet' \ | |
| --header 'x-api-key: REPLACE_KEY_VALUE' |
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
| { | |
| "currency": "FUSD", | |
| "xpub": "xpub6EsCk1uU6cJzqvP9CdsTiJwT2rF748YkPnhv5Qo8q44DG7nn2vbyt48YRsNSUYS44jFCW9gwvD9kLQu9AuqXpTpM1c5hgg9PsuBLdeNncid", | |
| "customer": { | |
| "accountingCurrency": "USD", | |
| "customerCountry": "US", | |
| "externalId": "123654", | |
| "providerCountry": "US" | |
| }, | |
| "compliant": false, |
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/offchain/account/{id}/address' \ | |
| --header 'x-api-key: REPLACE_KEY_VALUE' |
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
| { | |
| "senderAccountId": "35ab5ea8e48c4b179cadea653c6d732e", | |
| "account": "0x955cd3f17b2fd8ad", | |
| "address": 10762710243615955000, | |
| "amount": "10000", | |
| "mnemonic": "urge pulp usage sister evidence arrest palm math please chief egg abuse", | |
| "index": 0, | |
| "compliant": false, | |
| "paymentId": "1234", | |
| "senderNote": "Sender note" |
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
| { | |
| "chain": "BSC", | |
| "name": "My BEP721", | |
| "symbol": "BEP_SYMBOL", | |
| "fromPrivateKey": "0x05e150c73f1920ec14caa1e0b6aa09940899678051a78542840c2668ce5080c2", | |
| "nonce": 0, | |
| "fee": { | |
| "gasLimit": "40000", | |
| "gasPrice": "20" | |
| } |
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
| { | |
| "chain": "ONE", | |
| "name": "My HRC721", | |
| "symbol": "HRC_SYMBOL", | |
| "fromPrivateKey": "0x05e150c73f1920ec14caa1e0b6aa09940899678051a78542840c2668ce5080c2", | |
| "nonce": 0, | |
| "fee": { | |
| "gasLimit": "40000", | |
| "gasPrice": "20" | |
| } |
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
| { | |
| "type": "FUTURE_SELL", | |
| "price": "25000", | |
| "amount": "1", | |
| "pair": "BTC/USDT", | |
| "currency1AccountId": "7c21ed165e294db78b95f0f1", | |
| "currency2AccountId": "7c21ed165e294db78b95f0f1", | |
| "feeAccountId": "7c21ed165e294db78b95f0f1", | |
| "fee": 1, | |
| "attr": { |
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/ipfs \ | |
| --header 'content-type: multipart/form-data' \ | |
| --header 'x-api-key: REPLACE_KEY_VALUE' | |
| -F 'file=@\"C:/myfile.txt\"' |
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 GET \ | |
| --url https://api-eu1.tatum.io/v3/ipfs \ | |
| --header 'x-api-key: REPLACE_KEY_VALUE' |
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/nft/deploy \ | |
| --header 'content-type: application/json' \ | |
| --header 'x-api-key: REPLACE_KEY_VALUE' \ | |
| --data ' | |
| { | |
| "chain": "MATIC", | |
| "name": "My ERC721", | |
| "symbol": "ERC_SYMBOL", | |
| "fromPrivateKey": "0x05e150c73f1920ec14caa1e0b6aa09940899678051a78542840c2668ce5080c2" |
OlderNewer