[accelerator] deposit -> top up

This commit is contained in:
nymkappa 2024-04-02 11:35:03 +08:00
parent c51159d275
commit 1bba1cfeb1
No known key found for this signature in database
GPG Key ID: 92358FC85D9645DE
2 changed files with 6 additions and 6 deletions

View File

@ -10036,18 +10036,18 @@ export const restApiDocsData = [
type: "endpoint",
category: "accelerator-private",
httpRequestMethod: "GET",
fragment: "accelerator-deposit-history",
title: "GET Deposit History",
fragment: "accelerator-top-up-history",
title: "GET Top Up History",
description: {
default: "<p>Returns a list of deposits the user has made as prepayment for the accelerator service.</p>"
default: "<p>Returns a list of top ups the user has made as prepayment for the accelerator service.</p>"
},
urlString: "/v1/services/accelerator/deposit-history",
urlString: "/v1/services/accelerator/top-up-history",
showConditions: [""],
showJsExamples: showJsExamplesDefaultFalse,
codeExample: {
default: {
codeTemplate: {
curl: `/api/v1/services/accelerator/deposit-history`,
curl: `/api/v1/services/accelerator/top-up-history`,
commonJS: ``,
esModule: ``
},

View File

@ -14,7 +14,7 @@ const MempoolErrors = {
'mempool_rejected_raw_tx': `Our mempool rejected this transaction`,
'no_mining_pool_available': `No mining pool available at the moment`,
'not_available': `You current subscription does not allow you to access this feature.`,
'not_enough_balance': `Your account balance is too low. Please make a <a style="color:#105fb0" href="/services/accelerator/overview">deposit.</a>`,
'not_enough_balance': `Your balance is too low. Please <a style="color:#105fb0" href="/services/accelerator/overview">top up your account</a>.`,
'not_verified': `You must verify your account to use this feature.`,
'recommended_fees_not_available': `Recommended fees are not available right now.`,
'too_many_relatives': `This transaction has too many relatives.`,