Arka (Paymaster) API calls
/policy/wallet-address/{walletAddress}/latest
Retrieves the latest sponsorship policy by wallet address.
GET
/
policy
/
wallet-address
/
{walletAddress}
/
latest
Example values you can use to demo the API:
Example response:
Path Parameters
walletAddress
string
requiredThe wallet address 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