Api Reference
getNFTMetadata
Create a transaction that stakes ETH.
Query parameters
sourcestring Β· default: "xxx"optional
query source.
StrategyIdstring Β· default: "32x"optional
Id of the strategy.
addressstringrequired
The address performing the staking action. The address will have the authority to unstake.
Example:
chainup.eth
amountstringrequired
The amount of ETH to stake (in uint256).
Example:
32000000000
Responses
cURL
JavaScript
Python
HTTP
200
405
application/json
application/xml
Reserved, not available until Shanghai upgrade
Query parameters
sourcestring Β· default: "xxx"optional
query source.
addressstring Β· default: "chainup.eth"required
The address performing the staking action. The address will have the authority to sell.
pubkeysstringrequired
The pubey of the validator that will be sold. When selling all, can fill in "all"
Example:
ad28d4ce9afdac1584e4ce9440b7e1a9dc4a8c5f4bc8c66883723647fce77e42fe7898615a7af1e4971cd7a08403e349,ccd544ce9afdac1584e4ce9440b7e1a9dc4a8c5f4bc8c66883723647fce77e42fe7898615a7af1e4971cd7a08403e350
amountstringoptional
Used to support partial exits after staking pools (in uint256).
Example:
32000000000
Responses
cURL
JavaScript
Python
HTTP
200
405
application/json
application/xml
Gets the metadata associated with a given NFT.
GET
Gets the metadata associated with a given NFT.
Base URL : xxx
Last updated
Was this helpful?