vRAM
Fetch vRAM Table Row
POST
https://api.dsp.io/v1/dsp/ipfsservice1/get_table_row
Equivalent of eosio's /v1/chain/get_table_row
Request Body
Name
Type
Description
contract
string
contract vRAM stored on
table
string
table vRAM stored in
scope
string
scope vRAM stored in
key
string
vRAM table key
{ "name": "Cake's name", "recipe": "Cake's recipe name", "cake": "Binary cake"}
Fetch vRAM URI
POST
https://api.dsp.io/v1/dsp/ipfsservice1/get_uri
Fetch IPFS URI
Request Body
Name
Type
Description
uri
string
ipfs://... the IPFS hash
{ "name": "Cake's name", "recipe": "Cake's recipe name", "cake": "Binary cake"}
Last updated
Was this helpful?