GET
/
api
/
v3
/
royalties
/
payments
/
{royaltyPayId}
curl --request GET \
  --url https://api.storyapis.com/api/v3/royalties/payments/{royaltyPayId} \
  --header 'X-Api-Key: <x-api-key>' \
  --header 'X-Chain: <x-chain>'
{
  "data": {
    "amount": "<string>",
    "blockNumber": "<string>",
    "blockTimestamp": "<string>",
    "id": "<string>",
    "payerIpId": "<string>",
    "receiverIpId": "<string>",
    "sender": "<string>",
    "token": "<string>"
  }
}

Headers

X-Api-Key
string
default:MhBsxkU1z9fG6TofE59KqiiWV-YlYE8Q4awlLQehF3U
required

API Key

X-Chain
string
default:story-aeneid
required

Chain Destination

Path Parameters

royaltyPayId
string
required

RoyaltyPay ID

Response

200 - application/json
OK
data
object