Collection API
Get list of supported NFT collections
## Request
curl -X "GET" "https://oracle-api.banksea.finance/moonbeam/v1/collection/list" \
-H 'x-api-key: test-api-key' \
-H 'Content-Type: application/json; charset=utf-8'Field
Type
Description
{ "success": true, "code": "200", "message": "success", "data": [ { "collection": "beanies", "name": "BEANS NFT", "address_contract": "0xd3A9c48Df4d9342dc1A0EE2c185CE50588729Fa9" } ] }
Get NFT collection basic information
Parameter
Type
Required
Description
Field
Type
Description
Get NFT collection market cap
Parameter
Type
Required
Description
Field
Type
Description
Get NFT collection volume
Parameter
Type
Required
Description
Field
Type
Description
Last updated