https://docs.pers.ninja/_mock/swagger-spec/
https://api.pers.ninja/v1.8/
Introducing PERS (Phygital Experience Rewards System) the ultimate SaaS of Loyalty & Reward System. Connect PERS API to your system and get ready to create multi-projects, with your own dashboard and independent database, while ensuring users data confidentiality. This structure enables:
The Claim System Flow in SaaS PERS outlines the process through which rewards and tokens can be claimed by different entities within the system. This flow ensures that the claiming process is secure, efficient, and flexible, catering to various use cases and integration requirements. This flow ensures that the process of claiming rewards is adaptable to various scenarios, making it seamless for system administrators, business partners, and end-users to interact with the reward system efficiently.
this is implementation address, the address of the contract that is being used as implementation for the proxy. This is only used for proxy contracts
this is the type of the contract
this is the native token type of the contract, this is only used for native tokens
this is the salt of the contract, this is only used for proxy contract factories to generate unique contracts
https://docs.pers.ninja/_mock/swagger-spec/contract
https://api.pers.ninja/v1.8/contract
curl -i -X POST \
https://docs.pers.ninja/_mock/swagger-spec/contract \
-H 'Content-Type: application/json' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-H 'x-project-key: YOUR_API_KEY_HERE' \
-d '{
"implementationAddress": "string",
"contractAddress": "string",
"ownerAddress": "string",
"chainId": 0,
"contractVersion": "string",
"contractType": "SMART_WALLET_FACTORY",
"nativeTokenType": "ERC20",
"salt": "string",
"isProxy": true,
"abiUrl": "string"
}'
Contract created
this is implementation address, the address of the contract that is being used as implementation for the proxy. This is only used for proxy contracts
this is the type of the contract
this is the native token type of the contract, this is only used for native tokens
this is the salt of the contract, this is only used for proxy contract factories to generate unique contracts
this is the url of the abi of the contract, to be used to fetch the abi of the contract
this is the abi of the contract, this is the interface of the contract to interact with it
{ "implementationAddress": "string", "contractAddress": "string", "ownerAddress": "string", "chainId": 0, "contractVersion": "string", "contractType": "SMART_WALLET_FACTORY", "nativeTokenType": "ERC20", "salt": "string", "isProxy": true, "abiUrl": "string", "abi": {}, "tenantId": {} }