API NFT endpoints
- Source
Methods
nftAsset(optionsopt)
Get NFT Asset (USER_DATA)
GET /sapi/v1/nft/user/getAsset
https://binance-docs.github.io/apidocs/spot/en/#get-nft-asset-user_data
Name | Type | Attributes | Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options | object | <optional> | Properties
|
- Source
nftDepositHistory(optionsopt)
Get NFT Deposit History(USER_DATA)
GET /sapi/v1/nft/history/deposit
https://binance-docs.github.io/apidocs/spot/en/#get-nft-deposit-history-user_data
Name | Type | Attributes | Description | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options | object | <optional> | Properties
|
- Source
nftTransactionHistory(orderType, optionsopt)
Get NFT Transaction History (USER_DATA)
GET /sapi/v1/nft/history/transactions
https://binance-docs.github.io/apidocs/spot/en/#get-nft-transaction-history-user_data
Name | Type | Attributes | Description | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
orderType | number | 0: purchase order, 1: sell order, 2: royalty income, 3: primary market order, 4: mint fee | |||||||||||||||||||||||||
options | object | <optional> | Properties
|
- Source
nftWithdrawHistory(optionsopt)
Get NFT Withdraw History (USER_DATA)
GET /sapi/v1/nft/history/withdraw
https://binance-docs.github.io/apidocs/spot/en/#get-nft-withdraw-history-user_data
Name | Type | Attributes | Description | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options | object | <optional> | Properties
|
- Source