API 参考
getNFTMetadata
Create a transaction that stakes ETH.
Query parameters
sourcestringoptionalDefault:
query source.
xxx
StrategyIdstringoptionalDefault:
Id of the strategy.
32x
addressstringrequiredExample:
The address performing the staking action. The address will have the authority to unstake.
chainup.eth
amountstringrequiredExample:
The amount of ETH to stake (in uint256).
32000000000
Responses
cURL
JavaScript
Python
HTTP
200
405
application/json
application/xml
Reserved, not available until Shanghai upgrade
Query parameters
sourcestringoptionalDefault:
query source.
xxx
addressstringrequiredDefault:
The address performing the staking action. The address will have the authority to sell.
chainup.eth
pubkeysstringrequiredExample:
The pubey of the validator that will be sold. When selling all, can fill in "all"
ad28d4ce9afdac1584e4ce9440b7e1a9dc4a8c5f4bc8c66883723647fce77e42fe7898615a7af1e4971cd7a08403e349,ccd544ce9afdac1584e4ce9440b7e1a9dc4a8c5f4bc8c66883723647fce77e42fe7898615a7af1e4971cd7a08403e350
amountstringoptionalExample:
Used to support partial exits after staking pools (in uint256).
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.
Last updated
Was this helpful?