Skip to main content
GET
/
x402
/
payment_instructions
/
{id}
/
cids
List CIDs for Payment Instruction
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>"
  }
}

Authorizations

Authorization
string
header
required

Pinata API JWT token

Path Parameters

id
string
required

Payment instruction ID

Query Parameters

limit
integer
default:20

Number of items to return

Required range: 1 <= x <= 1000
pageToken
string

Token for pagination

Response

Successful operation

data
object