NFT Feeds
API Call
Base Url: https://nft-feeds.gora.io
Get Asset Floor Price: GET /api/v1/asset-floor-price
Parameters:
asset_contract_address
string
(required) Address of the contract for this NFT
0xb932a70a57673d89f4acffbe830e8ed7f75fb9e0
token_id
string
(required) Filter by token transfers for this transaction.
22926
key
string
(required) Key provided by GoraNetwork. When using node runner set the key as ##signKey
##signKey
Example Call
Example Response (JSON)
Results Schema
name
string
Name of the item
creator
string
Name of the creator
collection_name
string
Name of the asset collection
collection_slug
string
Collection slug name
collection_floor_price
number
Asset's collection floor price
Base Url: https://nft-feeds.gora.io
Get Asset Contract: GET /api/v1/asset-contract
Parameters:
asset_contract_address
string
(required) Address of the contract for this NFT
0xb932a70a57673d89f4acffbe830e8ed7f75fb9e0
key
string
(required) Key provided by GoraNetwork. When using node runner set the key as ##signKey
##signKey
Example Call
Example Response (JSON)
Results Schema
Name
Type
Description
collection.banner_image_url
string
Image used in the horizontal top banner for the collection
collection.created_date
string
Date collection was created
collection.description
string
Description for the collection
collection.fees
Object
A dictionary for each of the opensea_fees and seller_fees that are vended, mapping recipient address to the basis points paid out to them
collection.image_url
string
An image for the collection. Note that this is the cached URL we store on our end. The original image url is image_original_url
collection.name
string
Collection name
collection.payout_address
number
The payout address for the collection's creator earnings
collection.slug
string
The collection slug that is used to link to the collection on OpenSea. This value can change by the owner but must be unique across all collection slugs in OpenSea
address
string
Image used in the horizontal top banner for the collection.
asset_contract_type
string
Describes if asset is tangible or non-tangible
chain_identifier
string
The chain identifier than the asset exists on. The options are "arbitrum", "avalanche", "ethereum", "klaytn", "matic" and "optimism"
created_date
string
Date contract was created.
name
string
Name of the contract
nft_version
string
opensea_version
string
owner
string
Returns current owner
schema_name
string
Types of tokens supported by the contract
symbol
string
total_supply
string
description
string
Description of the contract
external_link
string
External link to the contracts website
image_url
string
An image for the item.
payout_address
string
The payout address for the collection's creator earnings
API Call
Base Url: https://nft-feeds.gora.io
Get Collection Floor Price: GET /api/v1/collection-floor-price
Parameters:
collection_contract_address
string
Collection address
0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d
key
string
(required) Key provided by GoraNetwork. When using node runner set the key as ##signKey
##signKey
Example Call
Example Response (JSON)
Results Schema
collection_name
string
The name of the collection
floor_price
number
The collection floor price
Last updated