cURL
curl --request GET \ --url https://api.pinata.cloud/v3/x402/payment_instructions/{id}/cids \ --header 'Authorization: Bearer <token>'
{ "data": { "cids": [ "<string>" ], "next_page_token": "<string>" } }
Returns a paginated list of CIDs associated with a payment instruction
Pinata API JWT token
Payment instruction ID
Number of items to return
1 <= x <= 1000
Token for pagination
Successful operation
Show child attributes
Token for next page (omitted on last page)