NFT Endpoints
Get NFT Transaction History (USER_DATA)
- nft_transaction_history(self, orderType: int, **kwargs)
Get NFT Transaction History (USER_DATA)
GET /sapi/v1/nft/history/transactions
https://developers.binance.com/docs/nft/rest-api/Get-NFT-Transaction-History
- Parameters:
orderType (int) – 0: purchase order, 1: sell order, 2: royalty income, 3: primary market order, 4: mint fee
- Keyword Arguments:
startTime (int, optional)
endTime (int, optional)
limit (int, optional) – Default 50, Max 50
page (int, optional) – Default 1
recvWindow (int, optional) – The value cannot be greater than 60000
Get NFT Deposit History(USER_DATA)
- nft_deposit_history(self, **kwargs)
Get NFT Deposit History(USER_DATA)
GET /sapi/v1/nft/history/deposit
https://developers.binance.com/docs/nft/rest-api/Get-NFT-Deposit-History
- Keyword Arguments:
startTime (int, optional)
endTime (int, optional)
limit (int, optional) – Default 50, Max 50
page (int, optional) – Default 1
recvWindow (int, optional) – The value cannot be greater than 60000
Get NFT Withdraw History (USER_DATA)
- nft_withdraw_history(self, **kwargs)
Get NFT Withdraw History (USER_DATA)
GET /sapi/v1/nft/history/withdraw
https://developers.binance.com/docs/nft/rest-api/Get-NFT-Withdraw-History
- Keyword Arguments:
startTime (int, optional)
endTime (int, optional)
limit (int, optional) – Default 50, Max 50
page (int, optional) – Default 1
recvWindow (int, optional) – The value cannot be greater than 60000
Get NFT Asset (USER_DATA)
- nft_asset(self, **kwargs)
Get NFT Asset (USER_DATA)
GET /sapi/v1/nft/user/getAsset
https://developers.binance.com/docs/nft/rest-api/Get-NFT-Asset
- Keyword Arguments:
limit (int, optional) – Default 50, Max 50
page (int, optional) – Default 1
recvWindow (int, optional) – The value cannot be greater than 60000