Skip to content

Commit a9b9821

Browse files
committed
added example of ada handle response from blockfrost
1 parent 09acf70 commit a9b9821

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,35 @@ Attention! HTTP header of your request MUST include the project_id in order to a
5050

5151
<https://cardano-mainnet.blockfrost.io/api/v0/assets/f0ff48bbb7bbe9d59a40f1ce90e9e9d0ff5002ec48f232b49ca0fb9a77616c6d617274>
5252

53+
The Response would look like this:
54+
55+
```json
56+
{
57+
"asset": "f0ff48bbb7bbe9d59a40f1ce90e9e9d0ff5002ec48f232b49ca0fb9a77616c6d617274",
58+
"policy_id": "f0ff48bbb7bbe9d59a40f1ce90e9e9d0ff5002ec48f232b49ca0fb9a",
59+
"asset_name": "77616c6d617274",
60+
"fingerprint": "asset1fg63wnn88nya4gjvythkafe0nl3y3uvkqygek2",
61+
"quantity": "1",
62+
"initial_mint_tx_hash": "f9c13bb4e57d6006ab615d7ded6161bf4c58594b00e68f6276ccdefe9cb14a9d",
63+
"mint_or_burn_count": 1,
64+
"onchain_metadata": {
65+
"core": {
66+
"og": 0,
67+
"prefix": "$",
68+
"version": 0,
69+
"termsofuse": "https://adahandle.com/tou",
70+
"handleEncoding": "utf-8"
71+
},
72+
"name": "$walmart",
73+
"image": "ipfs://Qme8ztELAjaNpPHYSV4pwPrssQ4yiYrsnsZafWNJFRVRty",
74+
"website": "https://adahandle.com",
75+
"description": "The Handle Standard",
76+
"augmentations": []
77+
},
78+
"onchain_metadata_standard": "CIP25v1",
79+
"metadata": null
80+
}
81+
```
5382

5483
## Additional information
5584

0 commit comments

Comments
 (0)