Arka (Paymaster) API calls
/policy/wallet-address/{walletAddress}/ep-version/{epVersion}/chain-id/{chainId}/latest
Retrieves the latest sponsorship policy for a given wallet address, EP version, and chain ID.
GET
/
policy
/
wallet-address
/
{walletAddress}
/
ep-version
/
{epVersion}
/
chain-id
/
{chainId}
/
latest
Example values you can use to demo the API:
Example response:
Path Parameters
walletAddress
string
requiredThe wallet address to find the policy for.
epVersion
string
requiredThe EP version to find the policy for.
chainId
string
requiredThe chain ID to find the policy for.
Response
200 - application/json
createdAt
string
updatedAt
string
id
integer
walletAddress
string
name
string
description
string
isPublic
boolean
isEnabled
boolean
isApplicableToAllNetworks
boolean
enabledChains
integer[]
supportedEPVersions
string[]
isPerpetual
boolean
startTime
string
endTime
string
globalMaximumApplicable
boolean
globalMaximumUsd
string
globalMaximumNative
string
globalMaximumOpCount
integer
perUserMaximumApplicable
boolean
perUserMaximumUsd
string
perUserMaximumNative
string
perUserMaximumOpCount
integer
perOpMaximumApplicable
boolean
perOpMaximumUsd
string
perOpMaximumNative
string
addressAllowList
string[] | null
addressBlockList
string[] | null