Skip to main content

Get Developer Details

Description:

Get details of the developer

Request

https://api.moinet.io/moibit/v1/devstat

Headers#

Header KeyHeader ValueOptional
nonce<developer_nonce> No
signature<signature gotten after signing developer_nonce by developer> No
developerKeypublic id of the developerNo
networkIDID of the network want to get detailsYes

Response Array#

FieldDescription
activeDeveloper is active
key-
nameDeveloper name
email Developer email
appsApp list the developer created on network
networksList of networks developer is part of
isActive-
creditcard-
cancreatenetwork -
maxStorageMaximum storage allowed
replicationFactor Default replication factor
plan Developer pricing plan
stripCustomerIDStripe identifier ID
noOfPremiumNodesPremium node available
stripeSubscriptionIDStripe subscription ID
noOfAppsNumber of apps created
premiumNodesListNumber of premium nodes used by developer
freeTrialPricing free trail status
AnnualSubscriptionPricing annual subscription status
freeTrialJoiningDatePricing free trail joining date

Sample Response#

{
"meta": {
"code": 200,
"requestId": "5489bcd7-80b9-4ab1-985c-9714ff9087dd",
"message": "got details successfully"
},
"data": {
"active": true,
"key": null,
"name": "john",
"email": "abc@abc.com",
"apps": [],
"networks": null,
"devPubKey": null,
"encryption": null,
"isActive": false,
"creditcard": false,
"canencrypt": false,
"canreplicate": false,
"cancreatenetwork": false,
"maxstorage": 119877180,
"replicationFactor": 2,
"plan": 2,
"stripeCustomerID": "",
"stripeSubscriptionID": "",
"noOfPremiumNodes": 0,
"noOfApps": 0,
"premiumNodesList": null,
"credit": 0,
"freeTrial": false,
"AnnualSubscription": false,
"freeTrialJoiningDate": 1625554512
}
}